home *** CD-ROM | disk | FTP | other *** search
/ MacAddict 104 / MacAddict_104_2005-04.iso / Software / Internet & Communication / Romeo 0.9.3 freeware.dmg / Romeo.app / Contents / Info.plist next >
Extensible Markup Language  |  2004-07-02  |  2KB  |  75 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
  3. <plist version="1.0">
  4. <dict>
  5.     <key>CFBundleDevelopmentRegion</key>
  6.     <string>English</string>
  7.     <key>CFBundleDocumentTypes</key>
  8.     <array>
  9.         <dict>
  10.             <key>CFBundleTypeExtensions</key>
  11.             <array>
  12.                 <string>rmp</string>
  13.                 <string>rmpl</string>
  14.             </array>
  15.             <key>CFBundleTypeIconFile</key>
  16.             <string>menuIcons</string>
  17.             <key>CFBundleTypeName</key>
  18.             <string>Romeo Menu Plugin</string>
  19.             <key>CFBundleTypeOSTypes</key>
  20.             <array>
  21.                 <string>RMPi</string>
  22.             </array>
  23.             <key>CFBundleTypeRole</key>
  24.             <string>Editor</string>
  25.             <key>NSDocumentClass</key>
  26.             <string>RomeoMenuPlugin</string>
  27.         </dict>
  28.         <dict>
  29.             <key>CFBundleTypeExtensions</key>
  30.             <array>
  31.                 <string>rma</string>
  32.             </array>
  33.             <key>CFBundleTypeIconFile</key>
  34.             <string>menuIcons</string>
  35.             <key>CFBundleTypeName</key>
  36.             <string>Romeo Action Plugin</string>
  37.             <key>CFBundleTypeOSTypes</key>
  38.             <array>
  39.                 <string>RMPi</string>
  40.             </array>
  41.             <key>CFBundleTypeRole</key>
  42.             <string>Editor</string>
  43.             <key>NSDocumentClass</key>
  44.             <string>RomeoActionPlugin</string>
  45.         </dict>
  46.     </array>
  47.     <key>CFBundleExecutable</key>
  48.     <string>Romeo</string>
  49.     <key>CFBundleGetInfoString</key>
  50.     <string>Romeo, ¬©2002 Arboreal Software.</string>
  51.     <key>CFBundleIconFile</key>
  52.     <string>Romeo.icns</string>
  53.     <key>CFBundleIdentifier</key>
  54.     <string>com.arboreal.romeo</string>
  55.     <key>CFBundleInfoDictionaryVersion</key>
  56.     <string>6.0</string>
  57.     <key>CFBundleName</key>
  58.     <string>Romeo</string>
  59.     <key>CFBundlePackageType</key>
  60.     <string>APPL</string>
  61.     <key>CFBundleShortVersionString</key>
  62.     <string>Romeo v.0.9.3</string>
  63.     <key>CFBundleSignature</key>
  64.     <string>ARBO</string>
  65.     <key>CFBundleVersion</key>
  66.     <string>0.9.3</string>
  67.     <key>NSAppleScriptEnabled</key>
  68.     <string>YES</string>
  69.     <key>NSMainNibFile</key>
  70.     <string>MainMenu</string>
  71.     <key>NSPrincipalClass</key>
  72.     <string>NSApplication</string>
  73. </dict>
  74. </plist>
  75.